GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > CollectionBase<T> クラス : Item プロパティ |
'使用法
Dim instance As CollectionBase(Of T) Dim index As Integer Dim value As T instance.Item(index) = value value = instance.Item(index)
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | indexパラメーターが、コレクションの有効なインデックスの範囲から外れています。 |